Skip to content

London | 26-ITP-Jan | Oussama Mouggal | Sprint 2 | Data-Groups#990

Open
Oussama-Mouggal wants to merge 6 commits intoCodeYourFuture:mainfrom
Oussama-Mouggal:Sprint-2-/Data-Groups
Open

London | 26-ITP-Jan | Oussama Mouggal | Sprint 2 | Data-Groups#990
Oussama-Mouggal wants to merge 6 commits intoCodeYourFuture:mainfrom
Oussama-Mouggal:Sprint-2-/Data-Groups

Conversation

@Oussama-Mouggal
Copy link

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

I fixed the Sprint-2 debug exercises, completed and tested all implement functions

@Oussama-Mouggal Oussama-Mouggal added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Mar 10, 2026
@oyagbileoluwaseun oyagbileoluwaseun added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Mar 14, 2026
console.log(`${recipe.title} serves ${recipe.serves}
ingredients:
${recipe}`);
console.log(`${recipe.title} serves ${recipe.serves}`);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good, you can also look for a way to stringify the whole object. well done.

@@ -1,6 +1,22 @@
const createLookup = require("./lookup.js");

test.todo("creates a country currency code lookup for multiple codes");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also good. I also recommend that you look into adding input validation, if the list is not iterable, this can break.

}

return `£${total / 100}`;
return `£${(total / 100).toFixed(2)}`;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done.

@oyagbileoluwaseun oyagbileoluwaseun added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants